home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / taxyearn.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  243 b   |  12 lines

  1. @echo off
  2. if %1.==. goto USAGE
  3. REM  ffg /p *:*tax*,*tx* /x*txt* /d1/1/%1-12/31/%1
  4.   echo on
  5.   ffg /p *:*t[a,]x* /x*txt* /d%1
  6.   @echo off
  7.   goto END
  8. :USAGE
  9.   echo USAGE:
  10.   echo        %0 YY          where YY is a two digit year
  11. :END
  12.